Error: Invalid GenInstall INF file (due to WIN.INI file).
Error:
Generic Install Error. Invalid GenInstall INF file. (Exiting with error code =402 (0x192) .]
Cause:
Windows 95 is being installed on a computer which contains a WIN.INI file. The WIN.INI file contains a Load statement that does not have an equal sign (=). SETUP.DLL is a setup file that parses the WIN.INI file and searches for a Load= statement. A missing equal sign following Load will cause this error.
Solution:
Edit Win.ini and add an equal sign after the 'Load' entry.
1) Change to the directory containing Windows 3.1x.
EXAMPLE: CD WINDOWS
2) Type the following and press ENTER:
EDIT WIN.INI
3) Locate Load in the [windows] section.
4) Type an equal sign (=) after Load.
5) Select the 'File' menu and select 'Save'.
6) Select the 'File' menu and select 'Exit' to exit the editor.
7) Run Windows Set up again.